All Questions
2 questions
0votes
1answer
241views
Automatically scheduling CRON jobs via API
So, I'm working on a specific solution that requires the creation of jobs that should run at a specific time, and complete a certain action. We've built a GUI where the client inputs params required ...
4votes
2answers
677views
Can Time be a Primary Actor in the Hexagonal Architecture?
I really like the fundamental principles behind the Hexagonal Architecture (Ports and Adapters) and I have mostly applied it to my system/application. There is one thing that I wasn't able to ...